Remove dead Gtk[Rc]Style code
authorCarlos Garnacho <carlosg@gnome.org>
Sat, 18 Dec 2010 10:27:26 +0000 (11:27 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 18 Dec 2010 11:10:00 +0000 (12:10 +0100)
commit56c3d4b1be15e294eee8efe964b1307f7bceff29
tree66ec1aa6be532afbd46c0553b432b5735c40c688
parentd7dc12d30117374df300102052350085fe70d132
Remove dead Gtk[Rc]Style code

Most code in gtkrc.c has been turned into a no-op, but that one
reverting in public API (gtk_rc_scanner_new() and such). GtStyle
is also more shallow, now fully relies in the backing
GtkStyleContext and all connection to gtkrc.c has been removed.

GtkBinding has been also affected, there is no replacement yet
for custom keybindings in style files, so that piece of code that
hooked into gtkrc has been replaced by a FIXME so in the future
it may be added back.
gtk/gtkbindings.c
gtk/gtkrc.c
gtk/gtkrc.h
gtk/gtksettings.c
gtk/gtkstyle.c
gtk/gtkstyle.h
gtk/gtkwidget.c